colorDefinition
Identifier:
org.eclipse.ui.colorDefinition
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (colorDefinition+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT colorDefinition (description?)>
<!ATTLIST colorDefinition
id CDATA #IMPLIED
label CDATA #IMPLIED
defaultsTo CDATA #IMPLIED
value CDATA #IMPLIED>
- id - a unique name that can be used to identify this color definition.
- label - a translatable name of the color to be presented to the user.
- defaultsTo - the id of another color definition that is the default setting for the receiver. When there is no preference for this color the color registry will have the value of defaultsTo set for it in the registry.
Only one of defaultsTo or value may be defined.
- value - The default value of this color. This may be a comma seperated integer in the form red,green,blue or a String that maps to an SWT color constant (ie: COLOR_RED).
Only one of defaultsTo or value may be defined.
<!ELEMENT description (#CDATA)>
a short description of the colors usage.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]